type runtime.stringStruct
19 uses
runtime (current package)
alg.go#L54: x := (*stringStruct)(a)
cgocall.go#L533: ss := (*stringStruct)(p)
debuglog.go#L665: str := stringStruct{
map_faststr.go#L31: k := (*stringStruct)(kptr)
map_faststr.go#L47: k := (*stringStruct)(kptr)
map_faststr.go#L72: k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+keymaybe*2*goarch.PtrSize))
map_faststr.go#L96: k := (*stringStruct)(kptr)
map_faststr.go#L126: k := (*stringStruct)(kptr)
map_faststr.go#L142: k := (*stringStruct)(kptr)
map_faststr.go#L167: k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+keymaybe*2*goarch.PtrSize))
map_faststr.go#L191: k := (*stringStruct)(kptr)
map_faststr.go#L249: k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+i*2*goarch.PtrSize))
map_faststr.go#L289: *((*stringStruct)(insertk)) = *key
map_faststr.go#L329: k := (*stringStruct)(kptr)
string.go#L232: type stringStruct struct {
string.go#L243: func stringStructOf(sp *string) *stringStruct {
string.go#L244: return (*stringStruct)(unsafe.Pointer(sp))
string.go#L539: t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
string.go#L565: ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |